added ability to resize AboutBox form #188
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Please fill out the following checklist:
If you need any help at all, feel free to submit the PR and @-mention activescott and I'll be happy to assist!
Hello @activescott
I took care of this ticket.
![lessmsi about box](https://private-user-images.githubusercontent.com/43865655/324602661-c38f6b04-d447-4c41-ab95-ff518c309a29.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjY1MjQsIm5iZiI6MTczOTEyNjIyNCwicGF0aCI6Ii80Mzg2NTY1NS8zMjQ2MDI2NjEtYzM4ZjZiMDQtZDQ0Ny00YzQxLWFiOTUtZmY1MThjMzA5YTI5LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE4MzcwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTliNmVhZDE0OTNiNTJkNThjNDc0YTY1YmMzNzU2N2YzYzQ1OGNlNjJmM2RjZTE3MzFjZjE2MzkxOTg1MmUzNWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gU7FdJNbWZmbKYuBBtHlelDPL4jfaLqEvM6o9yiG11M)
I made the AboutBox form resizable, while having a minimum form size.
Here's the final result:
In addition, I added the app icon to the About form as well.
Please note that, AboutBox.Designer.cs file was regenerated since I made the changes via designer mode.
Thank you.